IAsyncOperationWithProgress.Completed Property

Gets or sets the method that handles the operation completed event.

Syntax

public:
property AsyncOperationWithProgressCompletedHandler<TResult, TProgress>^ Completed {
         AsyncOperationWithProgressCompletedHandler<TResult, TProgress>^ get ();
         void set (AsyncOperationWithProgressCompletedHandler<TResult, TProgress>^ value);
}  

Property value

Type: AsyncOperationWithProgressCompletedHandler<TResult, TProgress> 

The method that handles the event.

Remarks

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

IAsyncOperationWithProgress Generic Interface

IAsyncOperationWithProgress Members

Windows.Foundation Namespace